你可以使用批量提现接口,批量对用户的提现申请做确认动作。
属性 | 描述 |
---|---|
id string | 批量提现 id 。 |
object string | 值为 "batch_withdrawal"。 |
app string | 对应 app 对象的 id ,查看 如何获取App ID。 |
created timestamp | 创建时间,用 Unix 时间戳表示。 |
livemode boolean | 是否处于 live 模式。 |
amount int | 提现扣除的总金额,单位为分。 |
amount_succeeded int | 提现成功金额。 |
amount_failed int | 提现失败金额。 |
amount_canceled int | 提现取消金额。 |
count int | 总提现笔数。 |
count_succeeded int | 提现成功笔数。 |
count_failed int | 提现失败笔数。 |
count_canceled int | 提现取消笔数。 |
fee int | 渠道收取的手续费总额。 |
operation_url string | 支付宝批量付款 URL。 |
source string | 关联 batch_transfer 对象的 id 。 |
status string | 批量提现状态。处理中:pending ,全部成功:succeeded ,全部失败:failed ,取消:canceled ,部分成功:partially_succeeded 。 |
user_fee int | 承担的用户手续费总额。 |
withdrawals list | 包含的 withdrawal 对象列表。 |
time_finished int | 完成时间,用 Unix 时间戳表示。 |
metadata hash | 详见 元数据。 |